home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 16 / Computer Interactive cdrom 16 - dic 98.iso / zdnetit / content / CLASSBLD.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1998-07-21  |  3.6 KB  |  99 lines

  1. ClassBuilder is an Object Oriented C++ front end to your compiler. It lets
  2. you create, manipulate and navigate classes, class relations, class members
  3. and class methods at a high level of abstraction trough a graphical user 
  4. interface. Its rich feature list includes:
  5. - Full code generation for the defined relations and their associated find 
  6.   methods.
  7. - Wizards to insert code, like iteration loops and navigation paths.
  8. - Code syncronisation with compile environment.
  9. - Full code generation for serializing the complete data model when used 
  10.   together with MFC. (The tool is build with itself and uses this feature 
  11.   to save to and read from file).
  12. - Drag and drop support for many things. Adding a member to a class is just
  13.   drag with holding down the Ctrl-key and then drop it on the desired class.
  14. - Documentation generation in RTF and HTML. 
  15. - etc.
  16.  
  17. This version may be freely distributed as is, without modification. The
  18. program is fully functional, there are no limitations.
  19. The author (Jimmy Venema) can be contacted via e-mail at venemaj@ce.philips.nl
  20. or by phone at +31 40 2736839 (work), +31 492 549818 (home).
  21.  
  22. This release consists of the following files:
  23.  
  24. README.TXT
  25.     This file.
  26.  
  27. ClassBuilder.exe 
  28.     The executable, run this program, to start. 
  29.  
  30. ClassBuilder Getting Started.doc
  31.     This includes a quick tour chapter, the document is still under
  32.         construction.
  33.     
  34. Class.vss
  35. Class.vst
  36.     Visio stencil and template files to make class diagrams,
  37.     which can be read in the ClassBuilder tool.
  38.  
  39. Template.rtf
  40.     Template Rich Text Format file to use as template for the
  41.     documentation is RTF format. It is used to derive the different
  42.     styles which can be used, like heading1, heading2, ... etc. And as
  43.     first part of the generated document.
  44.  
  45. Include\CB_CriticalMulti.h
  46. Include\CB_CriticalMultiOwned.h
  47. Include\CB_CriticalSection.h
  48. Include\CB_CriticalSingle.h
  49. Include\CB_CriticalSingleOwned.h
  50. Include\CB_CriticalStaticMulti.h
  51. Include\CB_CriticalStaticMultiOwned.h
  52. Include\CB_CriticalUniqueValueTree.h
  53. Include\CB_CriticalUniqueValueTreeOwned.h
  54. Include\CB_CriticalValueTree.h
  55. Include\CB_CriticalValueTreeOwned.h
  56. Include\CB_IteratorMulti.h
  57. Include\CB_IteratorStaticMulti.h
  58. Include\CB_Multi.h
  59. Include\CB_MultiOwned.h
  60. Include\CB_Single.h
  61. Include\CB_SingleOwned.h
  62. Include\CB_StaticMulti.h
  63. Include\CB_StaticMultiOwned.h
  64. Include\CB_UniqueValueTree.h
  65. Include\CB_UniqueValueTreeOwned.h
  66. Include\CB_ValueTree.h
  67. Include\CB_ValueTreeOwned.h
  68.     Include files needed to compile the generated code.
  69.  
  70.  
  71. Changes in version 1.4:
  72. - Removed all restrictions.
  73. - Several bug fixes.
  74. - Added 'Open' & 'Edit Code' to shortcut menu.
  75. - Added messages boxes to make the working of the 'Read Visio' command clear.
  76. - Added 'Write Mdl', to export datamodel (without code) to Rational Rose.
  77.  
  78. Version 1.5 is not planned, but if there are serious bugs in version 1.4
  79. they will be solved by this release. 
  80.  
  81. Version 2.0 (release november 1998 ?)
  82. - Command 'Read Visio' removed.
  83. - Command 'Write Mdl' removed.
  84. - Added integrated class diagram editor, therefore the above commands are 
  85.   obsolete.
  86. - Updated documentation generation, to include the class diagram drawings.
  87. - Changed mouse click behaviour with respect to 'Open' and 'Edit Code'.
  88. - Bug fixes, don't know which ones, you have to report them!!
  89.  
  90. Version 2.1 & 2.2 are planned as bugfix releases, with perhaps some minor 
  91. enhancements.
  92.  
  93. Version 2.5 (Release Q2 1999)
  94. - Colorized source code editor, with wizard functionality.
  95.  
  96. Version 2.6 & 27 are planned as bugfix releases, with wizard enhancements
  97. on the source code editor.
  98.  
  99. Version 3.0 ??????? I need input for this one!!!!